@media screen and (max-width: 1536px) {
  .top-nav-item.toggle-1 {
    display: none;
  }

  /*.topRight{*/
  /*  display: none !important;*/
  /*}*/
  .menuRight {
    display: block !important;
  }

  .top .showmenu2 {
    display: block !important;
  }

  .top .showmenu1 {
    display: block !important;
  }

  /*.top-contain-nav .top-nav-item{*/
  /*  margin-left: 0px;*/
  /*  margin-right: 20px !important;*/
  /*}*/
}

@media screen and (max-width: 1280px) {
  .top-nav-item.toggle-2 {
    display: none;
  }

  /*.topRight,.topMiddle{*/
  /*  display: none !important;*/
  /*}*/
  .menuRight, .menuMiddle {
    display: block !important;
  }

  /*.top-onsaleImg{*/
  /*  left: 173px !important;*/
  /*}*/
  /*.topPricing{*/
  /*  display: inline-block !important;*/
  /*}*/
  .top .el-dropdown {
    display: block !important;
  }

  .top-contain-nav .top-nav-item {
    margin-left: 0px;
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 980px) {
  .top-nav-item.toggle-3 {
    display: none;
  }

  /*.topRight,.topMiddle,.topLeft,.top-onsaleImg{*/
  /*  display: none !important;*/
  /*}*/
  .menuRight, .menuMiddle, .menuLeft, .menuPricing {
    display: block !important;
  }

  .top .el-dropdown {
    display: block !important;
  }

  .top-contain-nav .top-nav-item {
    margin-left: 0px;
    margin-right: 20px !important;
  }

  .support-nav .custom-dom {
    top: 155px !important;
  }
}

@media screen and (max-width: 675px) {
  .top-left {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 530px) {
  .top-contain-header {
    padding: 0 10px !important;
  }

  .top-el-loginOut {
    display: block !important;
  }
}

/* 促销活动的飘飘animation */
@keyframes mask {
  40% {
    bottom: 100%;
    right: 100%;
  }
  100% {
    bottom: -200%;
    right: -300%;
  }
}

/* @keyframes onsale{
	0%{
    transform: translateY(-1px);
	}
	25%{
    transform: translateY(1px);
	}
	50%{
    transform: translateY(3px);
	}
	75%{
    transform: translateY(1px);
	}
	100%{
    transform: translateY(-1px);
	}
} */
/*.top-contain-nav .top-user-btn{*/
/*  margin-left: 20px;*/
/*}*/
.menuLeft, .menuMiddle, .menuRight,
.menuPricing {
  display: none;
}

.top-onsaleImg {
  position: absolute;
  /* width: 73px;
  height: 21px; */
  top: -21px;
  right: -7px;
  /*left: 370px;*/
  /* animation: onsale 2.5s linear 0s;
  animation-fill-mode:both;
  animation-iteration-count:infinite; */
}

.onsale-mask-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
}

.onsale-mask {
  height: 230%;
  width: 230%;
  position: absolute;
  bottom: 100%;
  right: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  animation: mask 2s infinite;
}

.top {
  height: 72px;
  background: #fbfbfb;
  position: absolute;
  z-index: 12;
  width: 100%;
}

.showmenu2 {
  display: none !important;
}

.top-left, .top-middle {
  display: flex;
  align-items: center;
}

/*.top-material-manage{*/
/*  font-weight: bold;*/
/*}*/
.top-contain-header {
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 14px;
}

.top-logo {
  height: 100%;
  width: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-contain-nav {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.top-show-nav {
  cursor: pointer;
  display: inline-flex;
  gap: 50px;
  text-align: center;
  color: inherit;
  position: relative;
}

.top-show-nav .topLeft,
.top-show-nav .topMiddle {
  display: inline-flex;
  gap: 50px;
}

.top-nav-item {
  position: relative;
  display: inline-block;
  text-align: center;
  /*margin-left: 40px;*/
  color: inherit;
}

.goDesing {
  padding: 0 10px;
  min-width: 116px;
  height: 32px;
  line-height: 32px;
  color: #00C68A;
  border-radius: 6px;
  border: 1px solid #1ECC95;
  background-color: #ffffff;
  cursor: pointer;
}

.goDesing:hover {
  background-color: #00C68A;
  color: #fff;
}

/*.top-nav-item:last-child{*/
/*  margin-right: 0;*/
/*}*/
.top-middle .top-show-nav .top-nav-item:hover {
  color: #46BE8A;
}

.top-nav-item a {
  color: inherit;
}

.top-nav-item:hover a, .top-nav-item.selected a {
  color: #46BE8A;
}

.nav-custom .custom-dom {
  position: absolute;
  visibility: hidden;
  top: 25px;
  left: -32px;
  width: 120px;
  height: 105px;
  transition: all ease-in-out .2s;
}

.nav-custom .custom-dom:hover {
  visibility: visible;
}

.nav-custom .custom-dom .custom-content {
  /*position: absolute;*/
  bottom: 0;
}

.custom-dom .custom-content {
  padding: 10px 0 10px 0;
  background-color: #fff;
  width: 120px;
  border-radius: 4px;
  box-shadow: 0 0 2px #ccc;
  font-weight: normal;
  font-size: 13px;
  color: #606060;
  cursor: default;
}

.custom-dom .dom-angle {
  width: 10px;
  height: 10px;
  background-color: #fff;
  top: 5px;
  left: 32px;
  transform: rotate(45deg);
  position: relative;
}

.custom-dom .custom-content a {
  color: #606060;
}

.custom-dom .custom-content .content-item {
  text-align: center;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}

.custom-dom .custom-content .content-item:hover {
  background-color: #ecf8f3;
  color: #69c79e;
}

/* .custom-dom .custom-content .content-item:active{
  background-color: #e0e0e0;
} */
.top-nav-item.nav-custom:hover .custom-dom {
  visibility: visible;
}

.custom-nav .custom-dom {
  width: 125px;
  position: absolute;
  left: -123px;
  top: 180px;
  visibility: hidden;
}

.custom-nav .custom-dom .dom-angle {
  top: 38px;
  left: 76px;
}

.custom-nav:hover .custom-dom {
  visibility: visible;
}

.support-nav .custom-dom {
  top: 35px;
}

/*.top-btn{*/
/*  display: block;*/
/*  margin-left: 20px;*/
/*  float: right;*/
/*}*/
.top-login, .index-item {
  margin-left: 0px;
}

.top-login:hover {
  color: #2fc78f;
}

.top-login:active {
  color: #30b081;
}

/*.top-signup{*/
/*  height: 34px;*/
/*  color: #fff;*/
/*  padding: 0 33px;*/
/*  background-color: #1ECC95;*/
/*  border-radius: 2px;*/
/*  line-height: 34px;*/
/*  white-space: nowrap;*/
/*  margin-left: 0px;*/
/*  cursor: pointer;*/
/*}*/
/*.top-signup:hover{*/
/*  background-color: #00C385;*/
/*  color: #fff;*/
/*}*/
.top-user-btn {
  padding: 0 10px;
  min-width: 94px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  border-radius: 6px;
  background-color: #00C68A;
  cursor: pointer;

  /*padding: 0px 20px;*/
  /*height: 34px;*/
  /*background: #46BE8A;*/
  /*border-radius: 2px;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*margin-left: 10px;*/
}

.top-user-btn:hover {
  background: #01cf91;
}

.top-contain-message {
  width: 100%;
  height: 120px;
  padding-top: 10px;
  background: url('../images/background-icon.png') no-repeat;
  background-position: -39px -54px;
  color: #fff;
}

.top-contain-message.especially {
  background-position: -39px -198px;
}

.top-contain-message.especially .top-upload.one {
  color: #414D54;
}

.top-contain-message.standard {
  background-position: -39px -334px;
}

.top-contain-message.standard .top-upload.one {
  color: #196BE5;
}

.top-contain-message.advanced {
  background-position: -38px -487px;
}

.top-contain-message.advanced .top-upload.one {
  color: #FF904E;
}

.top-contain-message.flagship {
  background-position: -38px -631px;
}

.top-contain-message.flagship .top-upload.one {
  color: #7E48A7;
}

.top-upload {
  float: right;
  width: 52px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
  margin-top: -5px;
  margin-right: 20px;
  cursor: pointer;
}

.top-upload.one {
  color: #1BC2C4;
  background-color: #fff;
}

.top-upload.one:hover {
  opacity: .9;
}

.top-upload.two {
  border: 1px solid #FFFFFF;
}

.top-upload.two:hover {
  opacity: .9;
}

/* .top-user-btn:hover .top-contain-message, .top-user-btn:hover .top-contain-message{
  color: #606060;
} */
.top-user-message {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  box-sizing: border-box;
  margin-top: 16px;
  padding: 20px 15px;
  width: 320px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FBFBFB;
  font-weight: 400;
}

.top-user-info-item {
  display: flex;
  line-height: 14px;
  text-align: left;
  color: #606060;
}

.top-user-info-item .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.top-user-info-item .user-name {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #333333;
}

.top-user-info-item .user-id {
  font-family: Arial;
  color: #999999;
  line-height: 20px;
}

.top-user-info-item .user-id img {
  cursor: pointer;
}

.top-user-info-item .user-plan {
  margin-top: 20px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.top-user-info-item .user-plan span:first-of-type {
  font-weight: bold;
  color: #ffffff;
}

.top-user-info-item .user-plan span:last-of-type {
  color: #ffffff;
}

.top-user-info-item .upgrade-btn {
  position: absolute;
  right: 15px;
  width: 70px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}

.top-user-info-item .upgrade-btn.plan0:hover,
.top-user-info-item .upgrade-btn.plan1:hover {
  background-color: #f0ffff;
}

.top-user-info-item .upgrade-btn.plan3:hover {
  background-color: #fff7f4;
}

.top-user-info-item .upgrade-btn.plan4:hover {
  background-color: #f8f0ff;
}

.top-user-info-item .vip-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.top-user-info-item .user-point {
  margin-bottom: 10px;
  background-color: #F0F1F2;
  border-radius: 0px 0px 8px 8px;
}

.top-user-info-item .user-point span:last-of-type {
  font-weight: bold;
}

.top-user-info-item .recharge-btn {
  color: #46B192;
  cursor: pointer;
}

.top-user-info-item .recharge-btn:hover {
  color: #49a78b;
}

.top-user-info-item .menu-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
}

.top-user-info-item .menu-item:hover {
  background-color: #EDEDED;
}

.top-user-icon {
  height: 16px;
  width: 16px;
  background-position: -451px -438px;
  margin-right: 3px;
}

.top-user-name {
  white-space: nowrap;
  font-size: 12px;
  max-width: 70px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-user-btn.top-user-message {
  display: block;
}

.box {
  width: 22px;
  height: 22px;
  border-top: 4px solid #46BE8A;
  border-bottom: 4px solid #46BE8A;
  background-color: #46BE8A;
  padding: 5px 0;
  background-clip: content-box;
}

.top-contain {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.top-title {
  margin-bottom: 8px;
  text-align: left;
  padding-left: 16px;
  margin-top: 5px;
}

.top-title.two {
  margin-top: 15px;
}

.top-title:first-child span {
  font-weight: bold;
}

.top-content {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.head-portrait {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.top-user-operate {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-flow: column;
  text-align: left;
  background: #FFFFFF;
  border-radius: 2px;
  padding: 10px 0;
}

.top-operate-name {
  display: flex;
  width: 100%;
  height: 47px;
  padding-left: 10px;
  align-items: center;
  color: #666666;
  cursor: pointer;
}

.top-word {
  font-weight: normal !important;
}

.top-operate-name:hover {
  background: #ededed;
}

.top-operate-name:active {
  background: #e0e0e0;
}

.top-operate-icon {
  width: 20px;
  height: 23px;
  float: left;
  margin: 0 10px 0 12px;
}

.top-operate-icon.top-design {
  background-position: -41px -124px;
}

.top-operate-icon.top-change {
  background-position: -182px -43px;
}

.top-operate-icon.top-info {
  background-position: -263px -15px;
}

.top-operate-icon.top-logout {
  background-position: -295px -76px;
}

.top .el-dropdown {
  display: none;
  font-size: 26px;
  color: #46BE8A;
  cursor: pointer;
}

.top .el-dropdown:hover, .top .el-dropdown:active {
  color: #2fc78f;
}

.top .el-dropdown-menu {
  left: 0 !important;
  border-radius: 0px !important;
  width: 100% !important;
}

.top-el-loginOut {
  display: none;
}

.top-wechat-login {
  margin-right: 6px;
}

.xz_top_menu .draft {
  display: none;
}

@media (max-width: 576px) {
  .goDesing {
    display: none;
  }

  .xz_top_menu .draft {
    display: block;
  }
}
